'Declaration
<DispIdAttribute(17)> Function AddTextAnnot( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Text As String _ ) As AnnotationText
[DispId(17)] AnnotationText AddTextAnnot( float Left, float Top, float Width, float Height, string Text )
function AddTextAnnot( Left: Single; Top: Single; Width: Single; Height: Single; Text: String ): AnnotationText;
DispIdAttribute(17) function AddTextAnnot( Left : float, Top : float, Width : float, Height : float, Text : String ) : AnnotationText;
Parameters
- Left
- Top
- Width
- Height
- Text